Conversation
jakubno
approved these changes
Feb 15, 2026
f8feb6c to
9540ac6
Compare
9540ac6 to
379da04
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.2→0.6.620.19.19→20.19.33==2.37.0→==2.37.2==1.5.0→==1.5.3==3.10.3→==3.10.8==3.9.1→==3.9.217.1.14→17.1.18==3.11.5→==3.11.79.15.5→9.15.99.15.5→9.15.9==2.32.4→==2.32.5==3.8.2→==3.8.11==6.5.1→==6.5.4==2.0.1→==2.0.2Release Notes
changesets/changesets (@changesets/read)
v0.6.6Compare Source
v0.6.5Compare Source
Patch Changes
#1636
f73f84aThanks @Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:v0.6.4Compare Source
Patch Changes
b15e629]:v0.6.3Compare Source
Patch Changes
84a4a1b]:imageio/imageio (imageio)
v2.37.2Compare Source
Bug
Gracefully handle reading of invalid EXIF orientation in Pillow plugin
(#1159,
8b9d78d)Prevent OverflowError for FPS in pyav plugin
(#1121,
e03963c)Maint
Allow github actions to push to master in CD
(#1163,
0d20b85)Fix publishing to GH and PyPI in CD (#1161,
0b93c57)Remove obsolete code for Python <= 3.4 (#1156,
4fc3034)joblib/joblib (joblib)
v1.5.3Compare Source
The
Memoryobject won't overwrite an already existing.gitignorefile in itscache directory anymore.
#1742
Harden the safety checks in
eval_expr(pre_dispatch)to prevent excessivememory allocation and potential crashes by limiting the allowed length of the
expression and the maximum numeric value of sub-expressions and not
evaluating expressions with non-numeric literals.
#1744
Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively
defined abstract base classes and type annotations in Python 3.14+.
v1.5.2Compare Source
loky3.5.6fixing the resource tracker for python 3.13.7+#1740
Memory:
v1.5.1Compare Source
Fix backend hints causing errors when no multiprocessing is present
#1721
Vendor
loky3.5.5fixing the resource_tracker clean up with earlier Pythonversions. #1724
matplotlib/matplotlib (matplotlib)
v3.10.8: REL: v3.10.8Compare Source
This is a bugfix release in the 3.10.x series.
The primary highlights of this release are:
v3.10.7: REL: v3.10.7Compare Source
This is the latest bugfix release in the 3.10.x series.
The most important update in this release is that the minimum version
of
pyparsinghas been updated to version 3.0.v3.10.6: REL: v3.10.6Compare Source
This is a bugfix release in the 3.10.x series.
Highlights from this release include:
v3.10.5: REL: v3.10.5Compare Source
This is the fourth bugfix release of the 3.10.x series.
Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM.
There are also several smaller bugfixes.
nltk/nltk (nltk)
v3.9.2Compare Source
raineorshine/npm-check-updates (npm-check-updates)
v17.1.18Compare Source
Breaking
The only breaking change in v18 is with the
-g/--globalflag.npm-check-updates -gwill now auto-detect your package manager based on the execution path. Previously, it defaulted tonpm.yarn dlx ncu -g --packageManager yarn→yarn dlx ncu -gpnpm dlx ncu --global --packageManager pnpm→pnpm dlx ncu -gbunx ncu -g--packageManager pnpm→bunx ncu -gIf for some reason you were running
ncu -gwith an alternative package manager and relying on it checking the globalnpmpackages, you will need to now explicitly specify npm:ncu -g→ncu -g--packageManager npmThanks to @LuisFerLCC for the improvement (#1514).
raineorshine/npm-check-updates@v17.1.18...v18.0.0
v17.1.17Compare Source
v17.1.16Compare Source
v17.1.15Compare Source
ijl/orjson (orjson)
v3.11.7Compare Source
Changed
float. Users with byte-exact regressiontests should note positive exponents are now written using a
+, e.g.,1.2e+30instead of1.2e30. Both formats are spec-compliant.v3.11.6Compare Source
Changed
Fixed
listofdict.pnpm/pnpm (pnpm)
v9.15.9: pnpm 9.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
v9.15.8: pnpm 9.15.8Compare Source
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.--silentreporting is used.--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress.--loglevel=erroris used.Platinum Sponsors
Gold Sponsors
v9.15.7: pnpm 9.15.7Compare Source
Patch Changes
pnpm self-updateshould not leave a directory with a broken pnpm installation if the installation fails.--config.prefix such as--@​scope:registry=https://scope.example.com/npm#9089.pnpm self-updateshould not read the pnpm settings from thepackage.jsonfile in the current working directory.pnpm update -ishould list only packages that have newer versions #9206.catalogssection of thepnpm-lock.yamlfile to be removed whendedupe-peer-dependents=falseon a filtered install. #9112Platinum Sponsors
Gold Sponsors
v9.15.6: pnpm 9.15.6Compare Source
Patch Changes
packageManagercannot start withv.pnpm-lock.yamlfile when using--fix-lockfileand--filter. #8639psf/requests (requests)
v2.32.5Compare Source
Bugfixes
a new class of issues in Requests that have had negative impact across a number
of use cases. The Requests team has decided to revert this feature as long term
maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
explosion/spaCy (spacy)
v3.8.11Compare Source
v3.8.10Compare Source
v3.8.9Compare Source
v3.8.8Compare Source
v3.8.7Compare Source
v3.8.6Compare Source
v3.8.5Compare Source
v3.8.4Compare Source
v3.8.3Compare Source
tornadoweb/tornado (tornado)
v6.5.4Compare Source
v6.5.3Compare Source
v6.5.2Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.